home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / trips.ctl < prev    next >
Text File  |  2000-05-12  |  679b  |  30 lines

  1. -- RCSVER $Id: trips.ctl,v 1.1 2000-05-03 12:29:28-05 randy Exp $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:         trips.ctl
  6. -- Date:         03/23/1999
  7. -- memo:         Randy Wood
  8. -- Description:  Load the data for the trips table.
  9. -- Changes:
  10. -- *********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE trips
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     routeid,
  18.     runid,
  19.     id,
  20.     descr,
  21.     dep_time,
  22.     direction1,
  23.     direction2,
  24.     mileage,
  25.     waydir,
  26.     route_desc,
  27.     config_num
  28. )
  29. begindata
  30.